RepeatTime Class |
Namespace: Independentsoft.Sip.Sdp
The RepeatTime type exposes the following members.
| Name | Description | |
|---|---|---|
| RepeatTime |
Initializes a new instance of the RepeatTime class.
| |
| RepeatTime(Int32, Int32) |
Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.
| |
| RepeatTime(TimeSpan, TimeSpan) |
Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.
| |
| RepeatTime(Int32, Int32, Int32) |
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
| |
| RepeatTime(TimeSpan, TimeSpan, TimeSpan) |
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
|
| Name | Description | |
|---|---|---|
| Duration |
Gets or sets active duration of the session.
| |
| Offset |
Gets offsets.
| |
| RepeatInterval |
Gets or sets repeat time interval.
|
| Name | Description | |
|---|---|---|
| Add(Int32) |
Adds offset as number of seconds.
| |
| Add(TimeSpan) |
Adds offset.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Converts the specified string representation of a presence description to its RepeatTime equivalent.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |